home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / create.swf / scripts / DefineButton2_71 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-11-06  |  121b  |  6 lines

  1. on(rollOver){
  2.    _root.simpleRollOver();
  3.    imageTxt = new Color("imageQuest_txt");
  4.    imageTxt.setRGB(16777215);
  5. }
  6.